Vcenter Namespaces Instances SummaryV2

Vcenter Namespaces Instances SummaryV2
Vcenter Namespaces Instances SummaryV2

The Vcenter Namespaces Instances SummaryV2 schema contains the basic information about the namespace on a Supervisor.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "supervisor": "string",
    "namespace": "string",
    "description": "string",
    "config_status": "string",
    "stats": {
        "cpu_used": 0,
        "memory_used": 0,
        "storage_used": 0
    },
    "self_service_namespace": false
}
string
supervisor
Required

Identifier for the Supervisor hosting the namespace.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

string
namespace
Required

Identifier of the namespace.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance.

string
description
Required

Description of the namespace.

This property was added in vSphere API 7.0.0.0.

string
config_status
Required

Current setting for Vcenter Namespaces Instances ConfigStatus.

For more information see: Vcenter Namespaces Instances ConfigStatus.

This property was added in vSphere API 7.0.0.0.

stats
Required

Basic runtime statistics for the namespace.

This property was added in vSphere API 7.0.0.0.

boolean
self_service_namespace
Optional

Flag to indicate the self service namespace.

This property was added in vSphere API 7.0.2.00100.

If missing or null, the namespace is not marked as self service namespace.